projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94b53b9
)
(c-lineup-string-cont): Doc fix (Nil -> nil).
author
Glenn Morris
<rgm@gnu.org>
Fri, 10 Nov 2006 09:10:33 +0000
(09:10 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 10 Nov 2006 09:10:33 +0000
(09:10 +0000)
lisp/progmodes/cc-align.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-align.el
b/lisp/progmodes/cc-align.el
index f1d5121bec5813107fcd281827b514667bed631e..e6e5e0c356f8a9867521c161ac5890ea3d05c72a 100644
(file)
--- a/
lisp/progmodes/cc-align.el
+++ b/
lisp/progmodes/cc-align.el
@@
-822,7
+822,7
@@
directly after another one. E.g:
result = prefix + \"A message \"
\"string.\"; <- c-lineup-string-cont
-
N
il is returned in other situations, to allow stacking with other
+
n
il is returned in other situations, to allow stacking with other
line-up functions.
Works with: topmost-intro-cont, statement-cont, arglist-cont,